home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto11.dxr / 00301.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  754 b   |  22 lines

  1. on mouseUp
  2.   global k, s40, s20
  3.   if k = 0 then
  4.     set the visible of sprite 20 to 0
  5.     set the visible of sprite 19 to 1
  6.     animate("A11-1HS.WAV", 19, "a11-101t.bmp", 2, s40, EMPTY)
  7.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  8.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  9.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  10.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  11.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  12.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  13.     animate(EMPTY, 19, "a11-101t.bmp", 2, s40, EMPTY)
  14.     set the visible of sprite 20 to 1
  15.     set the visible of sprite 19 to 0
  16.     set the visible of sprite 18 to 1
  17.     set k to 1
  18.     puppetSprite(19, 0)
  19.     puppetSprite(20, 0)
  20.   end if
  21. end
  22.